From 4da4f11d24ef42a78a0930483a00a163bb3ce46e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 5 Mar 2007 08:18:45 +0000 Subject: [PATCH] (struct mac_output): New member `internal_border_width'. --- src/macterm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/macterm.h b/src/macterm.h index 3d0b41f6efe..b3826c5e7f7 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -327,6 +327,9 @@ struct mac_output They are changed only when a different background is involved. */ unsigned long relief_background; + /* Width of the internal border. */ + int internal_border_width; + /* Hints for the size and the position of a window. */ XSizeHints *size_hints; -- 2.30.2